body {
  min-width: 1300px;
  overflow-x: hidden;
}
@font-face {
  font-family: 'iconfont';  /* project id 2261967 */
  src: url('http://at.alicdn.com/t/font_2261967_o402z2oyqas.eot');
  src: url('http://at.alicdn.com/t/font_2261967_o402z2oyqas.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_2261967_o402z2oyqas.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_2261967_o402z2oyqas.woff') format('woff'),
  url('http://at.alicdn.com/t/font_2261967_o402z2oyqas.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_2261967_o402z2oyqas.svg#iconfont') format('svg');
}

.mt100	{
	margin-top: 100px;
}
.header {
	display: flex;
	align-items: center;
	z-index: 9999;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	justify-content: space-between;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.headerHeight {
	height: 116px;
}
.header .logo {
	margin-left: 3.5%;
	display: flex;
	align-items: center;
}
.header .logo a {
	display: inline-block;
	width: 184px;
	height: 49px;
}
.header .logo .srt {
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
	margin-left: 25px;
	padding-left: 25px;
	height: 49px;
	position: relative;
}
.header .logo .srt:before {
	content: "";
	display: block;
    background-image: linear-gradient(rgba(120,120,120,0), #787878,rgba(120,120,120,0)); /* 标准的语法（必须放在最后） */
    width: 1px;
    height: 110%;
    position: absolute;
    left: 0;
    top: -5%;
}
.header .logo .srt h3 {
	font-size: 16px;
	font-weight: normal;
}
.header .logo .srt span {
	font-size: 16px;
	color: #8c8c8c;	
	margin-top: 4px;
	display: block;
}
.nav {
	height: 116px;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.nav ul li {
	float: left;
}

.nav ul li .yis {
	font-size: 16px;
	color: #333;
	padding: 0 5px;
	margin: 0 10px;
	line-height: 116px;
	position: relative;
	display: block;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.nav ul li .yis:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 3px;
	background: #004098;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.nav ul li.curr .yis {
	color: #004098;
	font-weight: bold;
}
.nav ul li.curr .yis::after {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.nav ul li .yis:hover {
	color: #004098;
}

.nav ul li:nth-child(4) {
	font-weight: bold;
}
.nav ul li:nth-child(4) a.yis {
	color: #ed0000;
}
.nav ul li:nth-child(4) b {
	display: block;
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	right: -15px;
	top: 20px;
	font-style: normal;
	border-radius: 20px;
	background-color: #ed0000;
	text-align: center;
	font-weight: normal;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.nav ul li:nth-child(4) b::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #ed0000;
	position: absolute;
	bottom: -4px;
	left: 6px;
}


.header .phone {
	display: flex;
	align-items: center;
}

.header .phone .boxs {
	margin: 0 15px;
	text-align: center;
}
.header .phone .boxs span {
	display: block;
	font-size: 14px;
}
.header .phone .boxs b {
	font-size: 14px;
	color: #1f3c74;
	line-height: 30px;
}

.header .sear {
	color: #fff;
	height: 116px;
	line-height: 116px;
	text-align: center;
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 116px;
	background:#1f3c74; 
	overflow: hidden;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.header .sear i {
	font-size:30px;
	color: #fff;
}

.banner {
  width: 100%;
  height: 820px;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.ring img {
  width: 100%;
  display: block;
  transition: all 0.78s ease;
  -moz-transition: all 0.78s ease;
  -webkit-transition: all 0.78s ease;
  -o-transition: all 0.78s ease;
}

.ring:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-container {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.banner .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.banner .swiper-container {
  min-height: 150px;
}


.banner .swiper-container .swiper-wrapper, .banner .swiper-container [data-swiper-parallax] {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.banner .swiper-wrapper, .banner[data-swiper-parallax]  {
    will-change: transform;
}

.banner .ani-slide.swiper-slide-active .img {
  transform: scale(1) translate3d(0%, 0px, 0px);
}

.banner .swiper-slide-next .img {
  transform: scale(1.1) translate3d(-50%, 0px, 0px);
}
.banner .swiper-slide-prev .img {
  transform: scale(1.1) translate3d(50%, 0px, 0px);
}


.banner-news {
  display: block;
  position: absolute;
  width: 1300px;
  bottom: 45px;
  left: 50%;
  margin-left: -650px;
}
.banner-news .hot {
	background-color: rgba(255,255,255,0.9);
	padding: 22px 0;
}
.banner-news .hot .boxs ul{
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	margin:0 auto;
}
.banner-news .hot .boxs ul li {
	width: 25.3%;
	margin:0 4%;
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	font-size: 14px;
}
.banner-news .hot .boxs ul li:hover a {
	color: #1f3c74;
}

.banner-news .hot .mo {
	position: absolute;
	right: 0;
	top:-45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	width: 180px;
}
.banner-news .hot .mo span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 45px;
	position: relative;
	z-index: 999;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.banner-news .hot .mo i {
	margin-left: 20px;
	font-size: 18px;
	color: #fff;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.banner-news .hot .mo:before {
	content: "";
	height:0;
	width: 180px;
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 9;
	border-bottom:45px solid #21458f;
	border-left:20px solid transparent;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.banner-news .hot .mo:hover::before {
	border-bottom:45px solid rgba(255,255,255,0.85);
}
.banner-news .hot .mo:hover span {
	color: #21458f;
	font-weight: bold;
}
.banner-news .hot .mo:hover i {
	color: #21458f;
	font-weight: bold;
}
.banner-page {
  position: absolute;
  left: 0px;
  top: -75px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.banner-page:before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  background: rgba(255,255,255,0.47);
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
.banner-page:after {
  content: "";
  display: block;
  clear: both;
}
.banner-page span {
  padding-right:25px;
  background: none;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  height: 30px;
  line-height: 30px;
  width: 35px;
  display:block;
  float: left;
  position: relative;
}

.banner-page .swiper-pagination-bullet-active {
  font-size: 18px;
  font-weight: bold;
}



.banner-page .swiper-pagination-bullet-active:before {
  animation: width 5s linear;
  -webkit-animation: width 5s linear; 
} 


.banner-page .swiper-pagination-bullet-active.autoplay::before {
  content: "";
  left: 0;
  width: 35px;
  background: #e5e5e5;
  -webkit-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s linear;
  visibility: visible;
}
.banner-page .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width:0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  background: none;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.searBoxs {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  margin: 20px 0;
}

.searBoxs .layui-input {
  width: 80%;
}
.searBoxs .layui-btn {
  background-color: #1f3c74;
}

.dzpp {
	margin-top: 95px;
	position: relative;
}
.dzpp .left {
	width: 370px;
	background: url(../img/dzpp-img1.jpg) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding: 70px 40px 30px 40px;
}
.dzpp .left h3 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}

.dzpp .left .sr {
	font-size: 16px;
	margin-top: 25px;
	color:rgba(255,255,255,0.5);
}

.dzpp .left .jt {
	width: 2px;
	height: 60px;
	background: #fff;
	margin-top: 30px;
}
.dzpp .left .yuan {
	display: block;
	width: 6px;
	height: 6px;
	margin-left: -2px;
	border-radius: 50%;
	background: #fff;
}

.dzpp .hd {
	margin-top: 30px;
}
.dzpp .hd ul li {
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	height: 35px;
	margin: 10px 0;
	overflow: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.dzpp .hd ul li a {
	color: #fff;
	display: inline-block;
	position: relative;
}
.dzpp .hd ul li.on {
	font-size: 18px;
	font-weight: bold;
}
.dzpp .hd ul li.on a:after {
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	top: 13px;
	width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:8px solid #fff;
}

.dzpp .bd {
	width: 860px;		
}

.dzpp .bd .boxs {
	width: 100%;
	display: none;
}
.dzpp .bd .img {
	width: 100%;
	max-height: 320px;
	overflow: hidden;
}
.dzpp .bd .img img {
	width: 100%;
	display: block;
}

.dzpp .bd h3 {
	font-size: 24px;
	display: block;
	margin-top: 40px;
}
.dzpp .bd span {
	display: inline-block;
	position: relative;
}

.dzpp .bd span:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	position: absolute;
	right: -40px;
	top: 50%;
}

.dzpp .bd .st {
	margin-top: 40px;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
}


.jjfa {
	margin-top: 130px;
	position: relative;
}

.jjfa .left {
	width: 55.38%;
	padding-right: 150px;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}

.title {
	font-size: 36px;
	color: #323232;
}

.title h3 {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	vertical-align: bottom;
}
.title i {
	width: 13px;
	height: 13px;
	background: #004098;
	margin-left: 15px;
	vertical-align: bottom;
	display: inline-block;
}
.jjfa .left .st {
	color: #8c8c8c;
	font-size: 14px;
	margin-top: 25px;
	line-height: 24px;
}

.jjfa .video {
	margin-top: 125px;
	width: 100%;
	height: 300px;
	position: relative;
}
.jjfa .video video {
	object-fit:fill;
}
.jjfa .video:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.jjfa .video .btns {
	display: block;
	width: 55px;
	height: 54px;
	background:url(../img/bf.png);
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-27px;
	margin-top:-27px;
	cursor: pointer;
	z-index: 99;
}
.jjfa .video-show:before {
  display: none;
}

.jjfa .video-show .btns {
  display: none;
}

.jjfa .right {
	width: 44.62%;
	position: relative;
	z-index: 999;
	height: 620px;
}

.jjfa .right ul li {
	margin-top: 65px;
	display: block;
	margin-left: 60px;
}

.jjfa .right ul li a {
	display: block;
}

.jjfa .right ul li h3 {
	font-size: 20px;
	color: #222;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}
.jjfa .right ul li h3:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 9px;
	margin-top: 10px;
	background-color: #1f3c74;
	border-radius: 50%;
}

.jjfa .right ul li .st {
	display: block;
	margin-top: 12px;
	line-height: 20px;
	font-size: 14px;
	color: #8c8c8c;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.jjfa .right ul li:hover h3 {
	color: #20448e;
}
.jjfa .right .out {
	position: absolute;
	bottom: 45px;
	width: 100%;
	text-align: center;
}
.jjfa:before { 
	width: 53.75%;
	left: 0;
	top: 160px;
	content: "";
	background:url(../img/jjfa-img1.jpg);
	height: 464px;
	position: absolute;
	z-index: 9;
}

.jjfa:after { 
	width: 50.5%;
	right: 0;
	top: 0;
	content: "";
	height: 490px;
	position: absolute;
	z-index: 99;
	background-color: #f4f7fa;
}

.fmz {
	margin-top: 100px;
}

.fmz .out {
	font-size: 24px;
	color: #323232;
	margin-top: 45px;
}

.fmz .boxs {
	margin-top: 40px;
	width: 100%;
	background:url(../img/fmz-img2.jpg);
	height: 479px;
	padding: 60px 80px 70px 60px;
	box-sizing: border-box;
}

.fmz .boxs .left {
	display: block;
}
.fmz .boxs .left .st {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}
.fmz .boxs .left h3 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	margin-top:15px;
}
.fmz .boxs .left .hx {
	margin-top: 30px;
	display: inline-block;
	position: relative;
	width: 170px;
	height: 1px;
	background-color: rgba(255,255,255,0.57);
}
.fmz .boxs .left .hx:after {
	content: "";
	display: block;
	position: absolute;
	right: -9px;
	top: -4px;
	width: 9px;
	height: 9px;
	background-color:  rgba(255,255,255,0.57);
	border-radius: 50%;
}
.fmz .boxs .left img {
	margin-top: 60px;
	display: block;
}

.fmz  .right {
	width: 750px;
}
.fmz  .right  .hd {
	margin-top: 40px;
}

.fmz  .right  .hd ul li {
	display: block;
	float: left;
	width: 25%;
	cursor: pointer;
}
.fmz  .right  .hd ul li .os {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}
.fmz  .right  .hd ul li i {
	font-size: 28px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
}
.fmz  .right  .hd ul li:nth-child(2) i {
	font-size: 40px;
}
.fmz  .right  .hd ul li .os:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.fmz  .right  .hd ul li.on .os::before {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.fmz  .right .hd ul li h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}


.fmz  .right .bd {
	margin-top: 85px;
}
.fmz  .right .bd .box {
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	line-height: 35px;
	display: none;
	height: 140px;
	overflow: hidden;
}

.yyal {
	margin-top: 115px;
}
.yyal .wrap {
	position: relative;
}
.yyal  .more {
	position: absolute;
	right:0;
	top: 0;
}
.more {
	border:2px solid #004098;
	height: 45px;
	line-height: 45px;
	width: 160px;
	display: flex;
	position: relative;
	justify-content:space-between;
	padding:0 10px 0 25px; 
	box-sizing: border-box;
	overflow: hidden;
}
.more  span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 99;
	line-height: 41px;
}
.more  i {
	font-size: 22px;
	color: #004098;
	font-weight: bold;
	position: relative;
	z-index: 99;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


.more:before {
	content: "";
	height: 0;
	width: 100px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 9;
	border-top:45px solid #004098;
	border-right:20px solid transparent;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.more:hover:before {
	width: 160px;
}
.more:hover i {
	color: #fff;
}

.yyal .pr {
	margin-top: 80px;
}
.yyal .bgs {
	position: relative;
	z-index: 99;
	background-color: #000;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yyal .bgs ul {
	width: 100%;
	height: 618px;
	overflow: hidden;
}
.yyal .bgs ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0; 
	z-index: 10;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
}
.yyal .bgs ul li.on {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1; 
	z-index: 95;
	display: block;
}
.yyal .texts {
	position: absolute;
	z-index: 999;
	height: 100%;
	width: 1300px;
	left: 50%;
	margin-left: -650px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	top: 0;
	
}
.yyal .texts ul {
	width: 100%;
	border-left: 1px solid #c1c4c9;
	border-bottom: 1px solid #c1c4c9;
}
.yyal .texts ul li {
	display: block;
	float: left;
	height: 180px;
	width: 25%;
	border-right: 1px solid #c1c4c9;
	border-top: 1px solid #c1c4c9; 
	box-sizing: border-box;
	position: relative;
}

.yyal .texts ul li a {
	display: block;
	text-align: right;
	position: relative;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding-right: 40px;
	box-sizing: border-box;
}
.yyal .texts ul li .st {
	font-size: 20px;
	color: #fff;
	padding-top: 56px;
	display: block;
}
.yyal .texts ul li h3 {
	font-size: 30px;
	color: #fff;
	padding-top: 17px;
	font-weight: normal;
}
.yyal .texts ul li i  {
	position: absolute;
	display: block;
	left: 30px;
	bottom: 20px;
	font-size: 75px;
	color: #333;
	z-index: 99;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0; 
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.yyal .texts ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0; 
	z-index: 5;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.yyal .texts ul li.on::before {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1; 
}
.yyal .texts ul li.on i {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1; 
}
.yyal .texts ul li.on:nth-child(1):hover::before{
	background-color: #e13643;

}

.yyal .texts ul li.on:nth-child(2):hover::before{

	background-color: #3652e1;

}

.yyal .texts ul li.on:nth-child(3):hover::before{

	background-color: #7bb939;

}

.yyal .texts ul li.on:nth-child(4):hover::before{

	background-color: #d89a13;

}

.yyal .texts ul li.on:nth-child(5):hover::before{

	background-color: #008C8C;

}

.yyal .texts ul li.on:nth-child(6):hover::before{

	background-color: #31BBCE;

}

.yyal .texts ul li.on:nth-child(7):hover::before{

	background-color: #8C6900;

}

.yyal .texts ul li.on:nth-child(8):hover::before{

	background-color: #008040;

}


.yyal .bgnone {
	background-image: none !important;
	transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;  
}

.footer {
	margin:0 auto;
	padding: 45px 3%;
	display: flex;
	border-top: 4px solid #1f3c74;
	justify-content: space-between;
}
.footer .le {
	display: flex;
	align-items: center;
}
.footer .imgs {
	width: 184px;
	margin-right: 50px;
}
.footer .st span {
	display: block;
	line-height: 28px;
}
.footer .ri {
	display: flex;
	align-items: center;
}
.footer .out {
	display: flex;
	align-items: center;
	margin-left: 90px;
}

.footer .out img {
	width: 105px;
	height: 105px;
}
.footer .out .int {
	display: block;
	height: 100%;
	margin-left: 15px;
}
.footer .out span {
	display: block;
	line-height: 18px;
	margin: 5px 0;
	color: #1f3c74;
}

.footer .out span:nth-child(3) {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.footer .fx a {
	margin: 0 10px;
}

.footer .fx {

-webkit-filter: grayscale(100%);

-moz-filter: grayscale(100%);

-ms-filter: grayscale(100%);

-o-filter: grayscale(100%);

filter: grayscale(100%);

filter: gray;

}
@media screen  and (max-width:1700px) {
	.header .logo .srt {
		display: none;
	}
	.nav ul li .yis {
		font-size: 14px;
	}
}
@media screen  and (max-width:1530px) {
	.header .logo {
		margin-left: 2%;
	}
	.header .phone .boxs {
		display: none;
	}
	.header .phone .boxs:nth-child(1) {
		display: block;
	}
	.nav ul li .yis {
		font-size: 14px;
	}
}
@media screen  and (max-width:1450px) {
	.footer {
		padding: 30px 0;
	}
	.footer .fx {
		display: none;
	}
	body {
		overflow: visible;
	}
	.nav {
		width: 60%;
	}
	.nav ul {
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.nav ul li .yis {
		font-size: 14px;
		margin: 0;
	}
}

.innerbanner  {
	width: 100%;
	height: 520px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.innerbanner .wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.innerbanner  h3 {
	font-size: 36px;
	color: #fff;
}
.innerbanner .int {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}

.title2 {
	display: flex;
	align-items: center;
	color: #8c8c8c;
}
.title2 i {
	font-size: 20px;
	color: #bbb;
	margin-right: 5px;
}
.title2 a {
	display: inline-block;
	font-size: 14px;
	color: #8c8c8c;
	margin: 0 3px;
}
.title2 a:hover {
	color: #1f3c74;
}

.title3 {
	display: block;
	line-height: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.title3 a {
	float: left;
	margin-right: 45px;
	font-size: 16px;
	color: #001c20;
	padding-bottom: 18px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.title3 a.curr {
	color: #20448e;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #20448e;
}
.title3:after {
	content: "";
	display: block;
	clear: both;
}
.title3 a:hover {
	color: #20448e;
	font-weight: bold;
}

.gywm {
	margin-top: 70px;
}
.gywm .left {
	width: 770px;
}
.gywm .left .title h3  {
	font-size: 30px;
}

.gywm .left .st {
	font-size: 16px;
	color: #8c8c8c;
	margin-top: 24px;
}

.gywm .left .xqs {
	margin-top: 30px;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 30px;
	text-indent: 2rem;
}
.gywm .left .xqs pre {
	font-size: 16px;
	color: #8c8c8c;
	line-height: 30px;
}
.gywm .mores {
	color: #004098;
}
.gywm .link {
	background: #1f3c74;
	width: 285px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.gywm .link i {
	margin-right:30px;
	font-size: 24px;
}

.gywm .list {
	margin-top: 100px;
	overflow: hidden;
	background: #f0f3f8;
}

.gywm .list ul li {
	display: block;
	position: relative;
	float: left;
	width: 16.66%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.gywm .list ul li .xx:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 70px;
	width: 1px;
	margin-top: -35px;
	background: #dfe2e6;
}
.gywm .list ul li .xx {
	width: 100%;
	height: 100%;
	padding:60px 0;
	display: block;
	position: relative;
	z-index: 9999;
	background: #f0f3f8;
}
.gywm .list ul li i {
	display: block;
	font-size: 40px;
	color: #2e559e;
}
.gywm .list ul li .st {
	margin-top: 15px;
	font-size: 18px;
	color: #525050;
	font-weight: bold;
}
.gywm .list ul li .xxjs {
	position: absolute;
	left: 100%;
	top: 0;
	width: 200%;
	display: none;
	background: #d9e0e8;
	height: 100%;
	z-index: 99999;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.gywm .list ul li:nth-child(1) .xx::before {
	display: none;
}
.gywm .list ul li:nth-child(5) .xxjs {
	right: 100%;
	left: auto;
}
.gywm .list ul li:nth-child(6) .xxjs {
	right: 100%;
	left: auto;
}
.gywm .list ul li .xxjs span {
	display: flex;
	height: 100%;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	align-items: center;
	padding:0 20%;
}

.gywm .list ul li.on .xx {
	background: #c1d0e1;
}

.gywm .list ul li.on .st {
	color: #2e559e;
}
.gywm .list ul li.on .xxjs {
	display: block;
}

.dsj {
	margin-top: 100px;
}

.dsj .left {
	width: 180px;
	height: 312px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.dsj .left span {
	display: block;
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.dsj .show {
	width: 1020px;
	position: relative;
}

.dsj .show h3 {
	font-size: 48px;
	color: #333;
	margin-top: 30px;
}
.dsj .show .swiper-container {
	margin-top: 55px;
}

.dsj .show .swiper-slide {
	padding-right:80px;
	display: block;
	box-sizing: border-box;
}

.dsj .show .swiper-slide h4 {
	font-size: 18px;
	color: #333;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.dsj .show .swiper-slide .dian {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border:7px solid #d2d2d2;
	background: #fff;
	margin-top: 20px;	
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}

.dsj .show .swiper-slide .st {
	font-size: 16px;
	color: #525252;
	line-height: 30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	margin-top:20px;
}
.dsj .show  .xian {
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

.dsj .swiper-button-next {
	color: #d2d2d2;
	right: -9px;
	left: auto;
	margin-top: -55px;
}
.dsj .swiper-button-next:after {
	font-size: 14px;
	font-weight: bold;
}

.dsj .show .swiper-slide:hover h4 {
	color: #1f3c74;
}

.dsj .show .swiper-slide:hover .dian {
	border-color: #1f3c74;
}


.xwzx .news {
	width: 42.5%;
}
.news a {
	display: block;
}
.news .img {
	display:flex;
	align-items: center;
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: relative;
}

.news .img img {
	height: 100%;
	display: block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news .time {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 40px;
	background: #004098;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px; 
}
.news .text {
	display: block;
	box-sizing: border-box;
	padding: 35px 30px;
	background: #f5f5f5;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.news .text h3 {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news .text .st {
	display: block;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.news:hover .text {
	background: #004098;
}
.news:hover .text h3 {
	color: #fff;
}
.news:hover .text .st {
	color: #fff;
}
.news:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.xwzx .right {
	width: 53.5%;
}
.xwzx .right ul {
	position: relative;
}
.xwzx .right ul li {
	display: block;
	width: 100%;
}

.xwzx .right ul li a {
	display: block;
}
.xwzx .right ul li img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	display: none;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.xwzx .right ul li .bo {
	display: block;
	line-height: 63px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
.xwzx .right ul li .int {
	display: block;
	color: #555;
	width: 90%;
	height: 63px;
	overflow: hidden;

}

.xwzx .right ul li .ti {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
}

.xwzx .right ul li:nth-child(1) {
	width: 48%;
}
.xwzx .right ul li:nth-child(2) {
	width: 48%;
	position: absolute;
	right: 0;
	top: 0;
}
.xwzx .right ul li:nth-child(1) img {
	display: block;
}
.xwzx .right ul li:nth-child(2) img {
	display: block;
}

.xwzx .right ul li:nth-child(1) .bo,.xwzx .right ul li:nth-child(2) .bo {
	border:none;
}
.xwzx .right ul li:nth-child(1) .ti {
	display: none;
}

.xwzx .right ul li:nth-child(1) .int {
	font-size: 15px;
}
.xwzx .right ul li:nth-child(2) .int {
	font-size: 15px;
}
.xwzx .right ul li:nth-child(2) .ti {
	display: none;
}
.xwzx .right ul li:hover .int {
	color: #004098;
}
.xwzx .right ul li:hover .ti {
	color: #004098;
}
.xwzx .right ul li:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.fs30 {
	font-size: 28px !important;
}
.fs30 i{
	width: 10px;
	height: 10px;
}
.lxwm .st {
	margin-top: 30px;
	line-height: 30px;
	color: #8c8c8c;
	font-size: 16px;
}
.lxwm h1 {
	margin-top: 90px;
	font-size: 20px;
	color: #333;
}
.uxLIink {
	margin-top: 30px;
}

.uxLIink ul li {
	display: inline-block;
	width: 49%;
	padding:30px 25px;
	box-sizing: border-box;
	position: relative;
}
.uxLIink ul li img {
	position: absolute;
	left: 0;
	top: 25px;
}
.uxLIink ul li .text {
	margin-left: 45px;
}
.uxLIink ul li .text h3 {
	font-size: 18px;
}
.uxLIink ul li .line {
	margin-top: 10px;
	width: 30px;
	height: 1px;
	background: #ccc;
}
.uxLIink ul li .st {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	line-height: 22px;
}
.uxLIink ul li .st span {
	display: inline-block;
	margin-right: 60px;
}
.uxLIink ul li .st span i {
	font-style: normal;
	color: #1f3c74;
	font-weight: bold;
	margin-left: 15px;
}
#map {
	height: 400px;
	width: 100%;
	margin-top: 50px;
}


#online {
	padding: 50px 0;
}
.mtrems {
	margin-top: 60px;
	background: #f0f3f8;
}
#online .boxs {
	margin-top: 50px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#online .boxs .in {
	width: 48.5%;
	padding:5px 15px;
	height: 50px;
	line-height: 40px;
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: rgba(0,0,0,0.05) 0px 0px 6px inset;
	background: #fff;
	border:1px solid #d6d6d6;
}
#online .boxs .in label {
	vertical-align: middle;
	display: inline-block;
	color: #999;
}
#online .boxs .input {
	display: inline-block;
	border:none; 
	width: 60%;
	height: 40px;
	line-height: 40px;
}
#online .boxs .area {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	background: #fff;
	border-radius: 3px;
	padding: 20px 15px;
	border:1px solid #d6d6d6;
	box-shadow: rgba(0,0,0,0.05) 0px 0px 10px inset;
}
#online .boxs .btns {
	width: 285px;
	height: 55px;
	line-height: 55px;
	background: #1f3c74;
	text-align: center;
	border:none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 50px;
	overflow: hidden;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#online .boxs .btns:hover {
	background: #20448e;
	border-radius: 5px;
}

.pdf {
	width: 240px;
	height: 50px;
	line-height: 50px;
	background: #ed0000;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
	margin-top: 90px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.pdf i {
	font-size: 24px;
	margin-right: 10px;
}
.pdf:hover {
	color: #fff;
}
.pdf:hover {
	background: #004098;
}
.pdf.huise {
	background: #ccc;
}
.cpjj {
	margin-top: 60px;
}
.cpjj .left {
	width: 560px;
}

.cpjj .left .st {
	margin-top: 40px;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	overflow:hidden;
}

.cpjj .left .aou {
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.cpjj .left .aou .xia {
	width: 285px;
	height: 55px;
	line-height: 55px;
	background: #1f3c74;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.cpjj .left .aou .xia i {
	font-size: 24px;
	color: #fff;
	margin-right: 30px;
}
.cpjj .left .aou .xia:hover {
	background: #1548a9;
	border-radius: 5px;
}
.cpjj .left .aou .out {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.cpjj .left .aou .out i {
	font-size: 34px;
	color: #004098;
}
.cpjj .left .aou .out .int {
	color: #004098;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 24px;
}

.cpjj .right {
	width: 685px;
	margin-top: 50px;
}
.cpjj .right img {
	width: 100%;
}

.ycjs {
	margin-top: 60px;
	padding: 55px 0;
	background: #f0f3f8;
}

.ycjs .st {
	padding: 35px 0 0 0;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 30px;
	text-align: center;
}

.ycjs .img {
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.ycjs .img img {
	margin: 0 5px;
	width: 450px;
	height: 230px;
}

.cpys {
	margin-top: 60px;
}
.cpys ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cpys ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 398px;
	height: 312px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 40px 16px 0 16px;
	background: #f0f3f8;
	position: relative;
	overflow: hidden;
}
.cpys ul li i {
	font-size: 60px;
	color: #004098;
	display: block;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 999;
}
.cpys ul li h3 {
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	position: relative;
	z-index: 999;
}
.cpys ul li:last-child i {
	font-size: 50px;
}
.cpys ul li .st {
	margin-top: 20px;
	font-size: 16px;
	color: #8c8c8c;
	height: 90px;
	padding: 0 16%;
	text-align: center;
	line-height: 30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	position: relative;
	z-index: 999;
}
.cpys ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/nl-bg.jpg);
	background-size: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: 99;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.cpys ul li:hover::after {
	left: 0;
}
.cpys ul li:hover h3 {
	color: #fff;
}
.cpys ul li:hover i {
	color: #fff;
}
.cpys ul li:hover .st {
	color: #fff;
}

.ycjs .table {
	margin-top: 60px;
	width: 100% !important;
}
.ycjs .table table {
	width: 100% !important;
	background: #fff; 
}
.ycjs .table table tr,.ycjs .table table td, .ycjs .table table th {
	border:1px solid #9a9b9e;
	text-align: center;
	padding: 12px 0;
}
.ycjs .table table .firstRow {
	background: #686868 !important;
	color: #fff !important;
	height: 24px !important;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}

.sub {
	display: none;
	position: absolute;
	top: 116px;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: rgba(255,255,255,0.95);
	padding: 70px 0 100px 0;
}

.sub ul li {
	width: 185px;
	text-align: center;
	margin: 0 16px;
}
.sub ul li a {
	display: block;
	position: relative;
	padding-bottom: 15px;
}

.sub ul li h3 {
	font-size: 16px;
	color: #000;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}
.sub ul li img {
	width: 100%;
	height: 95px;
	margin-top: 15px;
	display: block;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}
.sub ul li .st {
	display: block;
	font-size: 14px;
	color: #8c8c8c;
	margin-top: 15px;
	line-height: 20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	font-weight: normal;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}

.sub ul li .more {
	width: 98px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px 0 8px;
	border-width: 1px;
    position: absolute;
    left: 50%;
    bottom: -28px;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0; 
    margin-left: -49px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}
.sub ul li .more span {
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
}
.sub ul li .more:before {
	width: 20px;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}
.sub ul li .more i {
	font-size: 18px;
	font-weight: normal;
}
.sub ul li a:hover .more {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1; 
}
.sub ul li a:hover .more:before {
	width: 100px;
}
.sub ul li a:hover .more i {
	color: #fff;
}

.sub ul li a:hover h3 {
	color: #004098;
}
.sub ul li a:hover  .st {
	color: #004098;
}

.newslist {
	margin-left: -2%;
	margin-top: 50px;
}
.newslist .news {
	width: 31.3%;
	margin-left: 2%;
	float: left;
	margin-bottom: 35px;
}
.newslist .news .img {
	height: 210px;
}


.newsShow {
	display: block;
	margin: 50px 0;
}
.newsShow .left {
	width: 70%;
	background: #f7f9fb;
	box-sizing: border-box;
	padding: 30px 40px; 
}
.newsShow .left h3 {
	font-size: 20px;
	color: #1f3c74;
	line-height: 32px;
	text-align: center;
}
.newsShow .left .time {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-bottom: 20px;
}
.newsShow .left .cons {
	display: block;
	padding-top: 20px;
	line-height: 32px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #e9eaeb;
}
.newsShow .left .cons img {
	max-width: 100%;
}
.newsShow .right {
	width: 24%;
}
.newsShow .right h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	position: relative;
}
.newsShow .right h3:after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #1f3c74;
	position: absolute;
	bottom: -1px;
	left:0;
}
.newsShow .right ul {
	margin-top: 30px;
}
.newsShow .right ul li {
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 25px;
	position: relative;
}
.newsShow .right ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.newsShow .right ul li a {
	display: block;
	color: #666;
}
.newsShow .right ul li:hover a {
	color: #1f3c74;
}

.backs {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f8fafb;
	margin-bottom: 30px;
}
.backs i {
	padding-right: 10px;
}
.backs:hover {
	color: #fff;
	background: #1f3c74;
}


.alshow .right {
	width: 500px;
	height: 315px;
	margin-top: 0;
}
.alshow .right img {
	width: 100%;
	height: 100%;
}
.alshow .left {
	width: 725px;
}
.alshow .left .qst {
	height:35px;
	line-height:35px;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
}

.cpjj .left .aou {
	margin-top: 35px;
}

.alss {
	background: #f0f3f8;
	padding:50px 0;
	margin-top: 20px;
}

.alss .top {
	display: block;
	position: relative;
}
.alss .top .input {
	width: 100%;
	height: 65px;
	line-height: 65px; 
	background: #fff;
	padding: 0 3%;
	box-sizing: border-box;
	border:0;
	font-size: 16px;
}

.alss .top .anniu {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	height: 100%;
}

.alss .top .anniu .ys {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1f3c74;
	font-size: 18px;
	color: #fff;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}

.alss .top .anniu .ys i {
	color: #fff;
	margin-right: 20px;
	font-size: 25px;
}

.alss .top .anniu .btns {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:none;
	border:none;
	z-index: 999;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0; 
	cursor: pointer;
}

.alss .top .anniu:hover .ys {
	background: #133d8e;
}
.alss .list1 {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.alss .list1 h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	margin-right: 20px;
}
.alss .list1 .con {
	display: block;
}

.alss .list1 .con .boxs {
	display:inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 16px;
	color: #000;
	margin: 0 20px;
	cursor: pointer;
}
.alss .list1 .con .boxs:hover {
	color: #1f3c74;
}

.alss .list1 .con .boxs i {
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-right: 12px;
}
.alss .list1 .con .boxs.on i {
	background:#fff url(../img/dui.png) no-repeat center center;
	background-size: 70%;
}

.alss .list1 .con .boxs.on {
	color: #1f3c74;
	font-weight: bold;
}
.alss .list2 {
	margin-top: 40px;
}
.alss .list2 .boxs a {
	display: inline-block;
	color: #333;
}
.alss .list2  h3 {
	font-size: 16px;
	color: #1f3c74;
	margin-right: 20px;
	line-height: 35px;
}

.alss .list2  .boxs {
	line-height: 35px;
	display: none;
}
.alss .list2  .boxs .st {
	width: 94%;
}
.alss .list2  .boxs:first-child {
	display: block;
}
.alss .list2  .boxs a span {
	display: inline-block;
	margin: 0 20px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}
.alss .list2  .boxs a.curr span {
	font-weight: bold;
	color: #1f3c74;
}
.alss .list2  .boxs a.curr span::after {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.alss .list2  .boxs span:after {
	content: "";
	display: block;
	width: 40%;
	left: 50%;
	bottom: 0;
	position: absolute;
	margin-left: -20%;
	height: 2px;
	background: #1f3c74;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;  
}

.allist {
	padding-top: 20px;
}

.allist ul li {
	background:#f0f3f8;
	margin-top:  25px;
	border:1px solid #f0f3f8;
	position: relative;
	box-sizing: border-box;
}

.allist ul li a {
	display: block;
}
.allist ul li .img {
	width: 415px;
	height: 260px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.allist ul li .img img {
	height: 100%;
	display: block;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;  
}

.allist ul li .text {
	position: absolute;
	left: 450px;
	top: 0;
	right: 90px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.allist ul li .text h3 {
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.allist ul li .text .st {
	font-size: 16px;
	color: #8c8c8c;
	line-height: 33px;
	height: 66px;
	display: block;
	overflow: hidden;
	margin: 25px 0 40px 0;
}
.allist ul li .text i {
	color: #1f3c74;
	font-size: 20px;
	display: block;
	font-weight:bold;
}

.allist ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.allist ul li:hover .text h3 {
	color: #1f3c74;
}

.allist ul li:hover {
	border:1px solid #ccc;
}

.slideHeader {
	position: fixed;

	width: 100%;

	box-shadow: 0 0 4px #ccc;
}
.slideHeader .sear {
	height: 80px;
	width: 116px;
	line-height: 80px;
}
.slideHeader  .nav {
	height: 70px;
	margin-top: 10px;
}
.slideHeader .nav ul li .yis {
	line-height: 70px;
}
.slideHeader .nav ul li:nth-child(4) b {
	top: 0px;
	right: -15px;
}
.slideHeader .nav ul li .sub {
	top: 78px;
	background: #f5f5f5;
}



.iqq {
	position: fixed;
	bottom: 200px;
	right: 0;
	z-index: 99999;
}

.iqq p {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 3px;
	position: relative;
	border-radius: 3px;
}

.iqq p a {
	position: relative;
	z-index: 99999;
	display: block;
	width: 100%;
	background-color: #1f3c74;
	height: 100%;
}
.iqq p i {
	display: block;
	font-size: 30px;
	color: #fff;
}

.iqq .evm {
	position: absolute;
	right: 0px;
	top: -30px;
	width: 0px;
	padding: 10px 10px 10px 10px;
	border-radius: 3px;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	z-index: 9;
	background: #1f3c74;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;  
}

.iqq .evm img {
	width: 100px;
	height: 100px;
}

.iqq .evm .st {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

.iqq p:nth-child(2):hover .evm {
	right: 70px;
	opacity: 1;
	width: 100px;
}

.sub .bd {
	width: 100%;
}

.sub .next {
	position: absolute;
	right:-30px;
	top: 50%;
	width: 30px;
	height: 30px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.sub .next i,.sub .prev i {
	font-size: 24px;
	cursor: pointer;
}
.sub i:hover {
	color: #1f3c74;
}
.sub .prev {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 30px;
	height: 30px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
}

.dzpp .hd ul {
	height: 260px;
	overflow-x: hidden;
}


.dzpp .hd ul::-webkit-scrollbar{
	width:8px;
	background: #e2e2e2;
}
.dzpp .hd ul::-webkit-scrollbar-track-color {
}
.dzpp .hd ul::-webkit-scrollbar-thumb{
	background: #505050;

}
.dzpp .hd ul::-webkit-scrollbar-thumb:hover{
	background: #444;
}
.dzpp .hd ul::-webkit-scrollbar-corner{
	background: #505050;
}